From 69e453ecc8ecd373832ffb3bcfeac09af8c822ed Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jeremy=20B=C3=ADcha?= Date: Mon, 2 Feb 2026 10:51:21 -0500 Subject: [PATCH] Update list of architectures where gjs is available armel & ia64 are no longer Debian architectures gjs is no longer buildable on powerpc --- debian/control | 4 ++-- debian/rules | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index eb4031d6..f049cfb4 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Build-Depends: elfutils, fuse3:native, gir1.2-gio-2.0-dev, - gjs:native [!alpha !armel !hppa !ia64 !m68k !sh4 !sparc64 !x32], + gjs:native [!alpha !hppa !m68k !powerpc !sh4 !sparc64 !x32], gnupg , gobject-introspection, gobject-introspection (>= 1.78.1-7~) , @@ -206,7 +206,7 @@ Depends: cpio, fuse3, gir1.2-ostree-1.0, - gjs [!alpha !armel !hppa !ia64 !m68k !sh4 !sparc64 !x32], + gjs [!alpha !hppa !m68k !powerpc !sh4 !sparc64 !x32], gnupg, jq, ostree, diff --git a/debian/rules b/debian/rules index 8780eb7e..d5ad8be8 100755 --- a/debian/rules +++ b/debian/rules @@ -33,7 +33,7 @@ configure_options = \ --without-smack \ $(NULL) -ifneq ($(filter alpha armel hppa ia64 m68k sh4 sparc64 x32,$(DEB_HOST_ARCH)),) +ifneq ($(filter alpha hppa m68k powerpc sh4 sparc64 x32,$(DEB_HOST_ARCH)),) configure_options += ac_cv_path_GJS= endif -- 2.39.5